github.com/robfig/cron/v3.Cron.now (method)

4 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L243: 	now := c.now()
		cron.go#L281: 				now = c.now()
		cron.go#L297: 				now = c.now()
		cron.go#L317: func (c *Cron) now() time.Time {